home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETWINS.IN_ / netwins.inf
Encoding:
Windows Setup INFormation  |  2003-03-24  |  6.0 KB  |  220 lines

  1. ; -- NETWINS.INX --
  2. ;
  3. ; Microsoft Windows Internet Name Service
  4. ;
  5. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  6.  
  7. [Version]
  8. Signature="$Windows NT$"
  9. LayoutFile=layout.inf
  10. Provider=%Msft%
  11. DriverVer=10/01/2002,5.2.3790.0
  12.  
  13. [WINS]
  14. CopyFiles               = CpyFiles_Sys,CpyFiles_Sys_Console
  15. DelFiles                = DelOldFiles_Sys
  16. Uninstall               = WINS.Remove
  17. StartServices           = WINS
  18. RegisterDlls            = WINS.Register
  19. ProfileItems            = WINS.Shortcut.Add, WINS.Old.Shortcut.Remove, WINS.Really.Old.Shortcut.Remove
  20.  
  21. [WINS.Services]
  22. ; 0x10 = SPSVCINST_NOCLOBBER_STARTTYPE
  23. AddService = WINS, 0x10,     WINS_Service_Inst,  WINS_Evt
  24.  
  25. [WINS.Remove]
  26. UnregisterDlls          = WINS.Unregister
  27. ProfileItems            = WINS.Shortcut.Remove
  28. DelReg                  = WINS_DelReg
  29. DelFiles                = DelFiles_Sys
  30.  
  31. [WINS.Remove.Services]
  32. DelService = WINS
  33.  
  34. [WINS.Upgrade]
  35. CopyFiles               = CpyFiles_Sys,CpyFiles_Sys_Console
  36.  
  37. ;
  38. ; SNMP Agent stuff
  39. ;
  40. [WINS.SNMPAgent]
  41. AddAgent = WINS.AddSNMPAgent
  42.  
  43. [WINS.Remove.SNMPAgent]
  44. DelAgent = WINS.Remove.DelSNMPAgent
  45.  
  46. [WINS.AddSNMPAgent]
  47. ServiceName = "WINS"
  48. AgentName = "WINSMibAgent"
  49. AgentPath = "%SystemRoot%\System32\winsmib.dll"
  50.  
  51. [WINS.Remove.DelSNMPAgent]
  52. AgentName = "WINSMibAgent"
  53.  
  54. ;
  55. ; COM Object registration
  56. ;
  57. [WINS.Register]
  58. 11,, winssnap.dll, 1
  59.  
  60. [WINS.Unregister]
  61. 11,, winssnap.dll, 1
  62.  
  63. ;
  64. ; Administrative Tools shortcut
  65. ;
  66. [WINS.Shortcut.Add]
  67. Name = %WINS_Admin_Desc%
  68. CmdLine = 11,,"winsmgmt.msc /s"
  69. IconPath = 11,, winssnap.dll
  70. IconIndex = 0
  71. SubDir = %WINS_Group%
  72. InfoTip = %WINS_Admin_HelpText%
  73.  
  74. [WINS.Shortcut.Remove]
  75. Name = %WINS_Admin_Desc%, 0x2
  76. SubDir = %WINS_Group%
  77.  
  78. ; NT 4.0
  79. [WINS.Old.Shortcut.Remove]
  80. Name = %WINS_Desc_Old%, 0x2
  81. SubDir = %WINS_Group%
  82.  
  83. ; NT 3.51
  84. [WINS.Really.Old.Shortcut.Remove]
  85. Name = %WINS_Desc_Really_Old%, 0x2
  86. SubDir = %WINS_Group_Really_Old%
  87.  
  88. ;
  89. ; Install Sections
  90. ;
  91.  
  92. [DestinationDirs]
  93. CpyFiles_Sys            = 11                ;System32
  94. CpyFiles_Sys_Console    = 11                ;System32
  95. DelFiles_Sys            = 11
  96. DelOldFiles_Sys         = 11
  97.  
  98. ;
  99. ; Copy Files sections
  100. ;
  101.  
  102. [CpyFiles_Sys]
  103. winsctrs.dll,,,2
  104. winsevnt.dll,,,2
  105. winsmib.dll,,,2
  106. winssnap.dll,,,2
  107. winsmgmt.msc,,,2
  108.  
  109. [CpyFiles_Sys.Security]
  110. "D:P(A;;GRGX;;;BU)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GRGX;;;WD)"
  111.  
  112. [CpyFiles_Sys_Console]
  113. jetpack.exe,,,2
  114. wins.exe,,,2
  115.  
  116. [CpyFiles_Sys_Console.Security]
  117. "D:P(A;;GRGX;;;IU)(A;;GRGX;;;SU)(A;;GRGX;;;S-1-5-3)(A;;GA;;;BA)(A;;GA;;;SY)(A;;GA;;;CO)"
  118.  
  119. [DelFiles_Sys]
  120. jetpack.exe,,,2
  121. wins.exe,,,2
  122. winsctrs.dll,,,2
  123. winsevnt.dll,,,2
  124. winsmib.dll,,,2
  125. winssnap.dll,,,2
  126. winsmgmt.msc,,,2
  127.  
  128. [DelOldFiles_Sys]
  129. winsadmind.exe,,,2
  130.  
  131. ;
  132. ; Service Install Sections
  133. ;
  134.  
  135. [WINS_Service_Inst]
  136. DisplayName     =   %WINS_Display%
  137. ServiceType     =   %SERVICE_WIN32_OWN_PROCESS%
  138. StartType       =   %SERVICE_AUTO_START%
  139. ErrorControl    =   1
  140. ServiceBinary   =   "%%SystemRoot%%\System32\wins.exe"
  141. Dependencies    =   RPCSS, NTLMSSP, SAMSS, EventLog, EventSystem
  142. StartName       =   LocalSystem
  143. AddReg          =   WINS_AddReg
  144. Description     =   %WINS_Desc%
  145.  
  146. [WINS_AddReg]
  147. HKR,"Partners\Pull",,%FLG_ADDREG_KEYONLY%          ; No values
  148. HKR,"Partners\Push",,%FLG_ADDREG_KEYONLY%          ; No values
  149.  
  150. HKR,"Parameters\DataFiles",,%FLG_ADDREG_KEYONLY%   ; No values
  151.  
  152. HKR,"Performance",       "Library",,        "winsctrs.dll"
  153. HKR,"Performance",       "Open",,           "OpenWinsPerformanceData"
  154. HKR,"Performance",       "Collect",,        "CollectWinsPerformanceData"
  155. HKR,"Performance",       "Close",,          "CloseWinsPerformanceData"
  156.  
  157. HKLM,"System\CurrentControlSet\Services\NetBT\Parameters",       "EnableProxy",  %REG_DWORD%,    0
  158. HKLM,"System\CurrentControlSet\Services\NetBT\Parameters",       "NodeType",     %REG_DWORD%,    8
  159.  
  160. ; For Computer management snapin extension
  161. HKLM,"SYSTEM\CurrentControlSet\Control\Server Applications", "{60AF234B-D7D3-11D0-ABB0-00C04FC3357A}",, "WINS"
  162.  
  163. ;
  164. ; Event Log support
  165. ;
  166.  
  167. [WINS_DelReg]
  168. ; For Computer management snapin extension
  169. HKLM,"SYSTEM\CurrentControlSet\Control\Server Applications", "{60AF234B-D7D3-11D0-ABB0-00C04FC3357A}",, "WINS"
  170.  
  171. [WINS_Evt]
  172. AddReg = WINS_Evt_AddReg
  173.  
  174. [WINS_Evt_AddReg]
  175. HKR,, EventMessageFile, %REG_EXPAND_SZ%,    "%%SystemRoot%%\System32\winsevnt.dll"
  176. HKR,, TypesSupported,   %REG_DWORD%,        0x00000007
  177.  
  178. [Strings]
  179. Msft = "Microsoft"
  180.  
  181. WINSServer_Desc = "Windows Internet Name Service"
  182.  
  183. ; Service names
  184. WINS_Display = "Windows Internet Name Service (WINS)"
  185. WINS_Desc = "Resolves NetBIOS names for TCP/IP clients by locating network services that use NetBIOS names. If this service is stopped, network NetBIOS services will not function properly. If this service is disabled, any services that explicitly depend on it will fail to start."
  186. WINS_HELP = "Dynamic name registration and resolution service that maps NetBIOS computer names to IP addresses."
  187.  
  188. ; Note to localizers: Please make sure this is the same description used in NT4
  189. WINS_Desc_Old = "WINS Manager"
  190. WINS_Group = "Administrative Tools"
  191. WINS_Admin_Desc = "WINS"
  192. WINS_Admin_HelpText = "Manages the Windows Internet Name Service (WINS), which translates NetBIOS computer names to IP addresses."
  193.  
  194. ; Note to localizers: Please make sure this is the same description used in NT 3.51
  195. WINS_Desc_Really_Old = "WINS Manager"
  196. WINS_Group_Really_Old = "Network Administration"
  197.  
  198. FLG_ADDREG_KEYONLY = 0x0010
  199. REG_MULTI_SZ = 0x10000
  200. REG_EXPAND_SZ = 0x20000
  201. REG_DWORD = 0x10001
  202. SERVICE_DEMAND_START = 3
  203. SERVICE_AUTO_START = 2
  204. SERVICE_WIN32_SHARE_PROCESS = 32
  205. SERVICE_FILE_SYSTEM_DRIVER = 2
  206. SERVICE_WIN32_OWN_PROCESS = 16
  207.  
  208. ; Characteristic flags
  209. NCF_VIRTUAL                     = 0x0001
  210. NCF_WRAPPER                     = 0x0002
  211. NCF_PHYSICAL                    = 0x0004
  212. NCF_HIDDEN                      = 0x0008
  213. NCF_NO_SERVICE                  = 0x0010
  214. NCF_NOT_USER_REMOVABLE          = 0x0020
  215. NCF_HAS_UI                      = 0x0080
  216. NCF_MODEM                       = 0x0100
  217.  
  218. KEY_OPTIONAL            = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  219.  
  220.